home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 1 / QRZ Ham Radio Callsign Database - December 1993.iso / ucsd / packet / tcpip / ka9q / pop < prev    next >
Encoding:
Internet Message Format  |  1991-07-16  |  3.7 KB

  1. From ucsd!daemon Tue Jul 16 09:46:47 PDT 1991
  2. Article: 3890 of mail.tcp-group
  3. Path: ucsd!daemon
  4. From: crompton@NADC.NADC.NAVY.MIL (D. Crompton)
  5. Newsgroups: mail.tcp-group
  6. Subject: USING POP
  7. Message-ID: <37525@ucsd.Edu>
  8. Date: 16 Jul 91 16:09:54 GMT
  9. Sender: daemon@ucsd.Edu
  10. Lines: 105
  11. Approved: nobody
  12.  
  13.  
  14. It seems that some group members missed an earlier message I sent out
  15. on POP. I am repeating it here for there benefit. Hope this answers
  16. most questions on the usage of POP.
  17.  
  18.  
  19.  
  20.                       How to use POP in NOS
  21.                       ---------------------
  22.  
  23. The HOST should establish a 'POPUSERS.'  file in root with the following
  24. format:
  25.  
  26. username:password:
  27. username:password:
  28. etc.
  29.  
  30. There should be an entry for each user of your POP system. We generally
  31. use call letters for both entries.  I.E.   wa3dsp:wa3dsp:
  32.  
  33. The HOST must also start the pop server  'start pop' which should go in
  34. your NOS autoexec.
  35.  
  36.  
  37. Each USER must add the following lines to there autoexec:
  38.  
  39. 'pop mailbox CALL'  
  40.  
  41.                       Where CALL is the name of the mailbox on the host
  42.                       to retrieve mail from. The /spool/mail/CALL.txt file.
  43.                       Usually the users call.
  44.  
  45. 'pop mailhost hostname'
  46.                      
  47.                       This specifies what host to pop from. 
  48.                       I.E. 'pop mailhost wa3dsp.ampr.org'
  49.  
  50. 'pop userdata user password'
  51.  
  52.                       This data should match the data in the
  53.                       hosts /popuser file.  
  54.                       I.E. 'pop userdata wa3dsp wa3dsp'
  55.  
  56. 'pop timer 3600'     
  57.  
  58.                       For stations that are on for extended periods
  59.                       and receive there mail via pop from a mailhost
  60.                       this timer must be set to interrogate the host
  61.                       on a regular basis. Alternatively they could
  62.                       do a 'pop kick' to check for mail. Time should
  63.                       be set to probably no less than 1/2 hour on a
  64.                       radio circuit. 
  65.  
  66. 'pop kick'
  67.  
  68.                       This should be entered at the end of your
  69.                       autoexec to check for mail from your mailhost
  70.                       at startup.
  71.  
  72. So the autoexec entries would look like this for USER w3iwi...
  73.  
  74. pop mailbox w3iwi
  75. pop mailhost wa3dsp.ampr.org
  76. pop userdata w3iwi w3iwi
  77. pop timer 3600
  78. pop kick
  79.  
  80. and HOST wa3dsp's autoexec...
  81.  
  82. start pop
  83.  
  84. HOST wa3dsp's popusers. in root....
  85.  
  86. w3iwi:w3iwi:
  87.  
  88.  
  89. A few other points...
  90.  
  91. If a pop users wants mail to be delivered to the host for them to pick
  92. up via POP they should enter a 'reply to' field in BM.RC to direct
  93. mail to the host and not back to them.
  94.  
  95. POP is a very good service for Amateur Radio. It is especially good
  96. when a flood of messages are sent out to all users. This is a condition
  97. that often causes crashes on memory marginal systems using SMTP. Also
  98. alot of unnecessary traffic is sent out to stations that are not on the
  99. air. With POP the user asks for and gets mail. This is naturally a random
  100. operation. Lowering channel congestion and NOS memory usage.
  101.  
  102. Mail that is POP'ed from the host is deleted from the /spool/mail
  103. directory upon successful transfer. The USER is notified that new
  104. mail has arrived at the completion of the entire transfer.
  105.  
  106. One drawback that I notice with POP is that the messages (many could
  107. build up) for a user are sent as a group. If the circuit fails with
  108. a hard error halfway thru a POP xfer of a message group, no messages
  109. are saved at the user end, even though some got thru. It is an all
  110. or none with POP. This reminds me of the stupidity of BBS's in this
  111. regard. Hopefully users will not let messages build up. I have some
  112. users who let the mail build up to 30 or 40K over a few weeks.
  113.  
  114.  
  115. Doug
  116.  
  117.  
  118.  
  119.  
  120.